Posts

Showing posts from May, 2014

How to do bleed & crop marks in Adobe Indesign CS6

Image
To create a new document Go to File > New > Document The last button on the right side would be either 'More Options' or  'Fewer Options' If it is ' More Options', click on it to expand the dialogue box You will see Bleed input box in the newly expanded area. Put 3mm in all boxes for Bleed. [ of course you have to make your choice about size, pages, columns etc ] Once you designed your page save it To create the pdf ready to pint file File > Export  ( Ctrl+E ) In the dialogue box among other things look for 'Marks & Bleeds' from the left side. Check (tick) Crop and Bleed options under 'Marks' Check (tick) Document Bleed settings Click 'Export' button You will get ready to print pdf document with crop marks and 3 mm bleed on all sides Good luck If found useful, buy me coffee for the time you saved.

How to integrate unsupported currency in OpenCart

Image
Currencies like UAE Dirhams ( AED ) can be well integrated with OpenCart 1.5.4.1 and OpenCart 1.5.5.1. for Paypal Download  VQMOD from http://code.google.com/p/vqmod/wiki/Install_OpenCart Upload VQMOD to the root folder Make VQMOD folder writable (755 or 777) Make  vqmod/vqcache folder writable (755 or 777) Make /index.php (at root) writable (755 or 777) Make /admin writable (755 or 777) Make /admin/index.php writable (755 or 777) Do at your browser -  www.yourdomain.com/vqmod/install  You get "VQMOD INSTALLED SUCCESSFULLY" (If error comes, check for CHMOD for 'write' mode) Download the following OpenCart extension:  "Fix PayPal Standard unsupported currency" ( this is available at http://www.opencart.com/index.php?route=extension/extension ). This is an xml file like fty_paypal_currency_GBP.xml ( for converting to GBP £ ). Similar files for USD $ and EUR are available to download. Upload this file to /vqmod/xml/ That's it. Go...