Category Archives: Shop/lister


TUESDAY, JUNE 26, 2012

Using custom buy button image




you can use your own buy button image in shop:

 

1. insert follwing macros on page :

<SHOP_BUY_BUTTON>

 

 

</SHOP_BUY_BUTTON>

 

2. place any image (you can also use button factory to insert button) between this macros

 

adding buy button

 

 



posted by miro  June 26, 2012 9:18  tags: • shop • buy • button 

Shop/lister comments (0)



0:1340695455:1

FRIDAY, JUNE 8, 2012

Coupons




Coupons are items, that shop administrators can create and provide to customers (for some reasons). Using this item, the customer receives discount for the current order. Cuponst are NOT assigned to products or the cart. They can be used on any cart that matches the requirements, the coupon has. Consider them as extra item, added to the shopping cart that reduces the total price.

 

To use the coupons in Your shop, You have to do follow these two steps:

 

  1.  Add the coupon macro on the cart page of the shop;

  1.  Define the coupons that will be used in the shop online administration

 

Information about the fields in the coupon settings page:


ID - something like a label or name. You define the coupon and this is what users fill out when they have it. 
Order Minimum - The minimum amount the order has to be. If order amount is below this number, coupon cannot be used.
Order Limit - How many times you can use this coupon (0 means no limit)
Order Count - How many times coupon is used. It can be edited (if problem occurs or something else). 

(Note: Order count field may not be there)
Valid From - To - (the start/end the coupon can be used).



posted by atanas  June 08, 2012 14:16  tags: • shop • catalog • cart • coupons 

Shop/lister comments (0)



3:1339158182:1

WEDNESDAY, JUNE 6, 2012

Adding shop output on other pages (external shop macros)




there are several macros available to display shop output on other pages :

 

to add all this macros on other page, use ezgenerator 'insert html' function

 

1. to display vertical or horizonatl shop category list, add following code :

 

<script type="text/javascript" src="http://miro.image-line.com/max4_jquery/shop/shop.php?category_vlist"></script>

 

or

 

<script type="text/javascript" src="http://miro.image-line.com/max4_jquery/shop/shop.php?category_hlist"></script>

 

2. to display shop minicart, add :

 

<script type="text/javascript" src="http://miro.image-line.com/max4_jquery/shop/shop.php?action=minicartjs"></script>

 

notice, minicart has to be also used on shop main or category page

 

3. to display shop tag cloud, add:

 

<script type="text/javascript" src="http://miro.image-line.com/max4_jquery/shop/shop.php?action=tagcloud"></script>

 

 

4 . to display random shop product, add following code:

 

<script type="text/javascript" src="http://miro.image-line.com/max4_jquery/shop/shop.php?action=random&count=2"></script>

 

available parameters :

count : number of random products to be displayed

dir:   dir=h (products will be displayed horizontaly)

root:    specify root=1  if  destination page is in website root

 

notice: random macro has to be also used on shop main or category page

 

example page with external shop macros

 



posted by miro  June 06, 2012 8:55  tags: • external • shop • macros 

Shop/lister comments (0)



5:1338967852:1

THURSDAY, MAY 24, 2012

Handling US/Canada Taxes in Shop




By default, shop in EzGenerator works with Taxes Included in price of products.

To display prices without Taxes, go to shop settings and enable 'VAT EXC MODE' and 'Tax Handling' options:

tax options

 

in payment settings, make sure tax is included in payment settings :

 

payment settings

 

 

 

do upload and login into shop online administration, taxes tab and use "Add CA taxes" button to add tax values for Canada and/or "Add Tax Line" to add US taxes

 

tax tab

 

 

on tax line use abbreviations --> US (for United States)   CA (for CANADA)

you can find US states abbreviations here

 

when ready, all prices in shop will be without taxes and tax will be calculated on checkout page (when custommer select country and state)

you can use following macros on cart page to display vat and prices :

 

taxes macros

 

 

or, to make it easier : add new shop page and select : paypal_IPN_ex_vat page layout preset...

 

 

 



posted by miro  May 24, 2012 9:06  tags: • shop • taxes 

Shop/lister comments (0)



3:1337845294:1

TUESDAY, APRIL 3, 2012

Protecting Shop Checkout




By default ezg shop page  is open, everyone can use it without registering.

If you want to get users to register (log-in) on checkout follow this steps:

 



posted by miro  April 03, 2012 21:39  tags: • shop • check-out 

Shop/lister comments (0)



5:1333482354:1

FRIDAY, FEBRUARY 10, 2012

How to add and use shop custom fields (MySQL only)




To use add custom fields to the shop products data, follow these steps:

  1. Open the shop page settings
  2. Open the Data dialog
  3. Edit the fields
  4. Confirm the changes

    Data management steps

  5. Open the page where the changes should be visible.
  6. Open the macros fields dialog

  7. Select the new fields from the macros list
  8. Place the macros to the desired place


  9. Upload your project changes
  10. Go to the shop Online Administration

  11. Go to the "settings" section

  12. Click on "Update database" button

  13. Modify the products (or add new ones)

Note: User input field does not have corresponding field in the products management section (as this is something users fill, not the shop moderator).



posted by atanas  February 10, 2012 11:27  tags: • shop • catalog • custom • fields 

Shop/lister comments (0)



0:1328874421:1

SATURDAY, JANUARY 14, 2012

PayPal Order Processing Problems




Order Pending Reason parameters :

 

multi-currency:

You do not have a balance in the currency sent, and you do not have your Payment Receiving Preferences set to automatically convert and accept this payment. You must manually accept or deny this payment.

 

order:

You set the payment action to Order and have not yet captured funds.

 

paymentreview:

The payment is pending while it is being reviewed by PayPal for risk.

 

unilateral:

The payment is pending because it was made to an email address that is not yet registered or confirmed.

 

upgrade:

The payment is pending because it was made via credit card and you must upgrade your account to Business or Premier status in order to receive the funds.upgrade can also mean that you have reached the monthly limit for transactions on your account.

 

verify:

The payment is pending because you are not yet verified. You must verify your account before you can accept this payment.

 

other:

The payment is pending for a reason other than those listed above. For more information, contact PayPal Customer Service.

 

source



posted by miro  January 14, 2012 23:06  tags: • paypal • errors 

Shop/lister comments (0)



0:1326578971:1

TUESDAY, SEPTEMBER 20, 2011

Ogone Configuration




 

To Use Ogone as payment provide in shop: 

a. add new page and select layout "shop_ogone"

b. create Ogone account (on Ogone website)

c. Configure following options in Ogone account

 

 

in 1. use url of your shop page with ?action=checkout at the end

in 2. SHA-IN : define password phrase here, you will also need it inside ezgenerator payment settings (see below)

 

 

in 3. use url of your shop page with ?action=return at the end

enable option 3. and 4.

in 6. SHA-OUT : define password phrase here, you will also need it inside ezgenerator payment settings (see below)

 

c.) inside EZGenerator, shop page settings, payment tab define following parameters

 

 

ID : your Ogone account ID

SHA-IN,SHA-OUT:  password phrases you defined inside Ogone

 

 



posted by miro  September 20, 2011 13:53  tags: • ogone • e-commerce 

Shop/lister comments (0)



0:1316521360:1

MONDAY, SEPTEMBER 5, 2011

How to display Blog/Shop category links on other pages in website




 

use this code to add text links for shop/blog/photoblog categories on different page or editable area (even for pages in different project)

 

use insert html and following code :

 

for vertical list:

 

< script type="text/javascript" src="../shop/shop.php?category_vlist">< /script >

 

for horizontal list:

 

< script type="text/javascript" src="../shop/shop.php?category_hlist">< /script>

 

style of links can be tweaked by adding extra css to page :

for example

.ver_cat_list a{font:11px verdana;color: #c0c0c0;}

 

or

 

.hor_cat_list a{font:11px verdana;color: #c0c0c0;}

 



posted by miro  September 05, 2011 10:47  tags: • categories • link • shop • catalog 

Shop/lister comments (0)



3:1315213217:1

THURSDAY, OCTOBER 14, 2010

Linking Shops




multiple shops can be linked to single products database

in this example SHOPA is main shop with source products database and SHOPB is linked shop (will use products database from SHOPA). Also we will create new price field in SHOPA to use different prices for same products in SHOPB (this is not required, both shops can also use same prices)

 

follow this steps to link SHOPB to SHOPA:

 

1. in SHOPA, go to shop settings, data and add new field of type 'price', (in this example we will give it name price2)

2. in SHOPB, go to shop settings, settings and define LINKED ID property, Linked ID is internal Ezgenerator page ID of SHOPA, you can find this id on status bar:

 

status bar

 

3. to use price field, set 'Linked Price Field' to 'price2' (name of field we created in step 1), also you will have to replace all %price% macros on pages of SHOPB with macro %price2%

 

4. do upload and login to SHOPA first (to apply database changes), then to SHOPB

 

end...

 

how things works:

both shops use their own databases for orders/settings, but share products database from SHOPA

some things you have to know:

- all shop settings defined inside EzGenerator and in online administration are not shared between SHOPA and SHOPB (except for data)

- if you visit administration panel of SHOPB, you actually edit products from SHOPA

- stock information is shared between SHOPA and SHOPB

 

 

since version 4.0.0.459 you can limit products/items in shopB by using "limit by" option:

 

1. in SHOPA define new field (let's call it : "linked") of type boolean

2. in SHOPA set for all products which you want to use in SHOPB, value for field "linked" to TRUE (or YES)

3. in SHOPB settings select "linked" as "limit by" option

 

 

 

 

 

 

 

 

 

 



posted by miro  October 14, 2010 9:30  tags: • e-commerce 

Shop/lister comments (0)



3.8:1287042402:1




CATEGORIES







RECENT ENTRIES


RECENT COMMENTS



ARCHIVE