Search:

Type: Posts; User: inception

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. v150 Re: Is this a bug of zen cart 1.50? orders_total doesn't output "text" but "value"

    thanks, this works

    but it doesn work for mod reward points full suit which output the record of column "text"
  2. Replies
    2,474
    Views
    417,108

    Re: Reward Points Module- Live Release now available.

    is anyone would like to answer me a question?
    i want to know, after your customer place an order, in your zen_orders_total table where class = "ot_reward_points_display", the record of the column...
  3. v150 Re: Is this a bug of zen cart 1.50? orders_total doesn't output "text" but "value"

    any idea?
  4. v150 Re: Is this a bug of zen cart 1.50? orders_total doesn't output "text" but "value"

    i use some sites 1.39 and some sites 1.50, they work well on 1.39 sites, but all sites 1.50 get the same issue
    it outputs record of column "value" of table zen_orders_order on admin orders page
    ...
  5. v150 Re: Is this a bug of zen cart 1.50? orders_total doesn't output "text" but "value"

    firstly i thought its the problem of the mod reward points, i did many test, i was looking for help from the thread of that mod, untill one hour ago, after so many tests, i finally found that is not...
  6. v150 Re: Is this a bug of zen cart 1.50? orders_total doesn't output "text" but "value"

    i have more than one currency,
    1.50, it always displays "Total: $32.00" on admin orders page wherever this order is placed from USD or GBP
    1.39, it displays "Total: $32.00" or "Total: £20.12"...
  7. v150 Re: Is this a bug of zen cart 1.50? orders_total doesn't output "text" but "value"

    i am not trying to edit,
    i edited it only for make sure that the record on admin orders page is from column "text" or "value" of table zen_orders_total

    in zen_orders_tatal, the record of column...
  8. v150 Is this a bug in v1.50? orders_total doesn't output "text" but "value"

    i use zen cart 1.39 for some sites, they work well
    but for the sites which use zen cart 1.50, i find an issue

    in admin orders page,

    Sub-Total: $30.00
    Shipping cost: $2.00
    Total: $32.00
    ...
  9. Replies
    2,474
    Views
    417,108

    Re: Reward Points Module- Live Release now available.

    i guess it is a bug of reward point full suite 2.1b on zen cart 1.50 ?

    i tried rp 1.33a on zen cart 1.39h, no problem
    i tried rp 2.1b on zen cart 1.50 for several sites, all these sites get the...
  10. Replies
    2,474
    Views
    417,108

    Re: Reward Points Module- Live Release now available.

    i'm using zen cart 1.50 + reward point full suite 2.1b

    on admin order page, i need ot_reward_points_display to show "text", while it shows 'value' of zen_orders_total table

    now, reward points...
  11. Replies
    2,474
    Views
    417,108

    Re: Reward Points Module- Live Release now available.

    i have a quesion
    in the sql table zen_orders_total, for class = ot_reward_points_display, all the value are 0.0000, is it correct?
  12. Replies
    2,474
    Views
    417,108

    Re: Reward Points Module- Live Release now available.

    another issue
    in admin>customers>orders, it shows "Reward Points earned: $0.00",
    i check the sql table zen_orders_total, for the order, text is 35, value is 0.0000
    what do i show "Reward Points...
  13. Replies
    2,474
    Views
    417,108

    Re: Reward Points Module- Live Release now available.

    i installed this mod, i did upload the file ot_reward_points.php to /includes/modules/order_total/,
    but after installed, when i go to admin>modules>total order, i only find...
  14. Replies
    1
    Views
    449

    One sidebox on left and right column

    i have one blank sidebox, i want it display on left column for certain page and on right column for the other pages,
    is it possible to make this done?
  15. v150 Link one category to multiple categories?

    its easy to link one product to two categories
    is it possible to link one category to two categories?

    i have subcategory A in category B, now i want the link of category A display both in...
  16. Re: How to show Multiple Categories Link on product info page?

    for example: i have a product, its master category is category222, parent category is category1,
    i link this product to category333,

    on product info page, there's breadcrumb on the top of page...
  17. View Post

    this works ! amazing
    thanks a lot :hug:
  18. View Post

    this code works, everything displays correctly,
    but it limits the sub total in cart, is there any way to limit the order total (sub total in cart + shipping + tax) ?
  19. View Post

    yes, if i install only moneyorder payment module, for the orders less than $100, i get
    Sorry, we are not accepting payments from your region at this time.
    Please contact us for alternate...
  20. View Post

    yes i know, its nothing to do with GV/DC, i guess it turned to GV/DC just cause the code in classes/orders.php
    'payment_module_code' => (($this->info['payment_module_code'] == '' and...
  21. View Post

    now i don't think it's a problem of my site, cause just now, i tried installing another site, then i got the same problem, then i installed one more site, also the same problem, the module changed to...
  22. View Post

    i tried this, it seems the code above is very correct, but still no luck, the payment module changed to GV/DC again, so weired, any ideas?
  23. View Post

    sorry, i'm not sure what do i modify the code

    i want to disable moneyorder if order total less than $100, enable it if over $100,

    here's my code, but it changes the payment module moneyorder...
  24. View Post

    i tried "disable the module if over 100", it works,


    // bof: disable on orders over 100
    if (!IS_ADMIN_FLAG) {
    global $order;
    if ($order->info['total'] > 100) {
    $this->enabled =...
  25. View Post

    i want to show the payment module only if the order total >$100,

    i add this, but it doesn't work



    // bof: enable on orders over 100
    if (!IS_ADMIN_FLAG) {
    global $order;
    if...
  26. How to show Multiple Categories Link on product info page?

    i link all products of category A to category B by using Multiple Categories Link Manager,

    i enable the breadcrumb trail links on product info page,

    but it only show the link of category A, ...
  27. Re: v1.39 cliking on product url from cart, why products attributes not be remembered

    yes, sounds reasonable,
    to remember attributes when cliking back on the product url is not so important for my site, i guess enable to modify the options is better.

    but i find almost all other...
  28. v1.39 cliking on product url from cart, why products attributes not be remembered ?

    for the zen cart 1.39h, if you add the product with attributes to shopping cart, then from the shopping_cart page, click on the product url, the url is like this
    xxxxxxxxxx29:ab2xxxxxxxxxxxxxxxx...
  29. why are my store's hotmail emails in html but yahoo are not?

    i set all emails sent in format html,
    in hotmail mail boxes, i receive the html emails without problem,
    but in yahoo and my domain mail boxes, i receive the emails in format text,
    is it a bug?...
  30. Right column disable on tell_a_friend page but enable on product_info_display page

    i want to disable right column on tell a friend page
    but i want to enable right column on product info display page

    i tried adding the code to tpl main page, but it seams the right column must...
  31. Replies
    5,053
    Views
    991,548

    Re: Simple SEO URL [support thread]

    i used to set the ID delimiter to ".", now i change it to "-",
    how to make those old urls automatically redirected to the new urls? now they are redirected to the main page.
  32. Replies
    110
    Views
    27,790

    Re: css javascript loader addon problems

    some js and css are needed only for popup_search_help page and product_info page, i wanna add my own function to these two pages.

    i've tried adding $loaders[] = array('conditions' => array('pages'...
  33. Replies
    110
    Views
    27,790

    Re: css javascript loader addon problems

    i want to load the js and css file to popup_search_help page,
    $loaders[] = array('conditions' => array('pages' => array('popup_search_help') doesn't work
    what do i load them ?
  34. Replies
    4
    Views
    706

    Re: Remove text attributes from products

    by using attributes controller, for the DROP DOWN attributes,
    i can delete all option values to one category of products for one option name, i can also delete matching attribute from all products...
  35. Replies
    4
    Views
    706

    Re: Remove text attributes from products

    for the dropdown attributes, i can do this by attributes controller, thats very easy, but i wonder why i coudn't do this to text attributes?
  36. Replies
    4
    Views
    706

    Re: Remove text attributes from products

    by using the Attributes Controller, i can delete the text attributes one by one, but i have too many products in one category and too many attributes
    i want to delete text attributes (option id 3...
  37. Replies
    4
    Views
    706

    Remove text attributes from products

    i need remove certain TEXT attribute from all products of one category,
    from admin options names manager and options values manager, i find many ways to add or remove other type attributes, but i...
  38. Replies
    1
    Views
    518

    copy only one attributes option

    from the attributes controller, i can copy all attributes of one product to another product or to the products of a category,

    but i don't find a way to copy only one attributes option of a...
  39. Re: attributes not work for new language pack

    problem solved !!
    i thought about it again, oh i had skiped one step when i installed this language pack, i didn't go to admin to add the language, but went to phpmyadmin to add the language to the...
  40. Re: attributes not work for new language pack

    i found that not only attributes but also other functions don't work on this new language

    i tried editing the product name and description, after i saved the modification, the names and...
  41. attributes not work for new language pack

    my site had two languages, i installed the third language pack today and i get an issue

    if i switch to english or another old language, go to admin->catalog->option name manager, the options...
  42. Replies
    3
    Views
    396

    Re: Categories ID

    amazing !
    thanks a lot
  43. Replies
    3
    Views
    396

    Categories ID

    i need show some warning text on product info page, different warning text for products of diffrent categories,

    the code if get cPath doesn't work any more after i remove the categories details...
  44. Replies
    278
    Views
    64,189

    Re: Flexible Attributes addon support

    sorry, that is an issue of my jquery
    now it works correctly with this addon
  45. Replies
    278
    Views
    64,189

    Re: Flexible Attributes addon support

    i found the problem, but i don't know how to fix it

    if you open the page, since the radio buttons are set to unchecked, even you click on the radio button, then click on "add to cart", you won't...
  46. Replies
    278
    Views
    64,189

    Re: Flexible Attributes addon support

    nice addon

    but with this addon, i get an issue of jquery radio button,

    i have lots of radio type attributes which shoud be required before submit, they are "too many", so i don't use the...
  47. Replies
    5,053
    Views
    991,548

    Re: Simple SEO URL [support thread]

    i want to change the url
    site.com/a-c-1/product-p-10.html

    to the url
    site.com/a-c-1/product-p10.html

    i did some test, but all failed, any help?
  48. Replies
    5,053
    Views
    991,548

    Re: Simple SEO URL [support thread]

    i get a weired problem

    if i name the product "product l'avant", the url goes correctly to
    site.com/a-c-1/product-l-avant-p-20.html

    but if i name the product "product d'avant", the url isn't...
  49. Replies
    2,444
    Views
    353,679

    Re: Ceon URI Mapping v4.x

    hello, i have some questions

    1, i have to custom each url by clicking on admin->catelog->categories/products, then category, then the product, then to modify the url, then preview, then save
    is...
  50. Replies
    10
    Views
    2,255

    Re: Need Help adding ctlSpiffyCalendarBox

    :dontgetit
Results 1 to 50 of 63
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR