Jump to content

reinoplantae

Members
  • Posts

    41
  • Joined

  • Last visited

Recent Profile Visitors

3,408,069 profile views

reinoplantae's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hi there, i tried this in my PS 1.6.1.10 but it's not working. I have a authController.php in my override folder and I also did the change there, no effects. Is this code correct?? Why the 'if ($error_phone)' condition is not followed by a { ???? This is my original authController.php file lines: if ($error_phone) { $this->errors[] = Tools::displayError('You must register at least one phone number.'); } $this->errors = array_unique(array_merge($this->errors, $customer->validateController()));
  2. For those who want to make the TABLE#cart_summary "responsive", give the table a horizontal scroll by CSS: table { display: block; overflow-x: auto; white-space: nowrap; } So the visitors could scroll the table horizontally and see all the details
  3. thank you guys, i really appreciate your interest in this!! actually I already have a "product list attributes" module which shows a dropdown/popup with all the product's attributes and the visitor can even add to cart, ok. But what i want is something much more simple than that. For example, for those products that doesn't have attributes (only one single price) i want the "attribute name" related to that price showed right after (under) the price... only the attribute name for simple and quick conference, and not a dropdown add-to-cart list or something like that (i have this function already). Maybe some simple .tpl modification??
  4. Hi there, What i want is something simple i guess. Looked up for all over the internet but couldn't find an answer. So, i just want to display the combination's name related to the price displayed in product list, categories, home blocks (all the places where the products are shown, except for the product page itself). Example: in products lists, we have "blocks" where we can see the product's image, name and price, and i want to show the combination name after the price, this way: PRODUCT IMAGE PROCUT NAME PROCUT PRICE (combination name) Example 1: IMAGE PLANT 1 $20.00 (10 seeds) Example 2: IMAGE PLANT 2 $10.00 (5 seeds) I want that my visitors could see for WHAT the price showed is for. Is there a simple way to do that?? Using PS 1.6.1.23 PHP 7.0 Theme Revo Thanks
  5. Hi, i need exactly the same thing but couldn't figure out how to do that. Need to show the order details (products list, prices, shipping, total) in payment confirmation email (payment.html), like it shows on the order_conf.html table. I am using PS 1.6.0.9
  6. I just want to make the variable {date} works in bankwire.html but can't figure out how do to that. Any idea?
  7. rocky, you're the guy!!!! thanks a lot, it's working now! i was just changing the wrong tpl file, since my bestsellers and newproducts blocks aren't from default theme but an external module.
  8. Hi rocky, thanks!!! where do I find these two variables you said, in what file??? ( ProductSale::getBestSalesLight() and Product::getNewProducts()). My ProductSale.php file doesn't contain it.
  9. Hi, anyone can help me on how to do it on PS 1.6.0.9??? Tried the above methods with no success. I need to show the product reference both in New Products and Best Sellers blocks in home. Thanks
  10. Olá amigo, também gostaria de não ter o status "disponível" pois realmente bagunça. Achou alguma solução?? Abraços
  11. Hello mipapage. Can you tell how did you "adapt" the code?? I can't figure out ... thanks!
  12. I am using PS 1.6.0.9 and did exactly as knfaly mentioned above and i guess it's working, thanks!!! So the piece of code below is really unnecessary and i don't need to use it???
  13. Hello friend, i am looking for the same thing. Did you find any solution??
  14. Olá, Estou com o mesmo problema! Quando um visitante vai ao checkout, lhe aparecem apenas 3 das 6 transportadoras configuradas. O engraçado é que aparecem somente as transportadoras internacionais, as mais importantes, que são as nacionais (no meu caso, Brasil) não aparecem, nem quando a pessoa seleciona Brasil no campo 'país'. As configurações estão corretíssimas nas transportadoras, grupos e produtos. Você já encontrou solução, amigo?
  15. I have exaclty the same issue. Did you figure out how to solve it???
×
×
  • Create New...