Jump to content

shoulders

Members
  • Posts

    228
  • Joined

  • Last visited

Profile Information

  • Activity
    User/Merchant

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

shoulders's Achievements

Newbie

Newbie (1/14)

35

Reputation

  1. @Kristenk I could never find where these errors came from. can you send a screen shot of where you find them. Also i think i just upgraded my paypal module when this was happening. I f i find my notes i will post them here
  2. @ keutche i have attached a picture showing you magento bundles (PM59) and a demo product (PM52C). This is all that is needed. No mulitple options etc.. As you can see in the admin, on the product bundle tab you can add muliple rules and on each rule you can select dropdown, tick box, radio button etc. you can select the products for the rule by seaching while creating the rule and whether thaey are mandatory etc.. also you can see on the product page the bundle options are on the right. Can you set this in your plugin? you might want to grab magento and have a play. This is what a bundle plugin should do. Does your module do this? thanks
  3. hi mate, i think what you are looking for is bundles. Magento which we are currently on uses bundles. If you want to help, vote for bundles on the link below at the forge. the vote button will allow you to vote once you have created an account. it is at the top right usually. http://forge.prestashop.com/browse/PSCFV-2094 These are some examples of bundles. Each of the options is a product in our shop. http://www.pmtuning.co.uk/pm-tuning-gilera-runner-italjet-dragster-125cc-180cc-x-tech-expansion-chamber-4336 http://www.pmtuning.co.uk/pm-tuning-38mm-monster-forks-gilera-runner-125cc-180cc-200cc-1997-2006 shoulders
  4. the desription of the product on your website could do with updating. to be honest i am finding it difficult to find out exactly what the product does. I am looking for a magento style product bundle feature. thanks
  5. we are currently running magento and i hate it. i can develop for prestashop but not having budles will stop the migration for now. thanks
  6. i would like a magento style bundle feature. I would not like ti use the modules from http://keutche-dev.com as there are too many options and the prices are insane. This needs to be a core feature
  7. i have cracked it. it all depends where you put the {debug} declaration for admin templates and if you are debugging a module in the front, the key is to put the 'Debug Console' setting to 'open console with URL parameter. I will write this up properely as it will help people a lot. i could of done with it. lol
  8. it looks like i will have to write a plugin for smarty because i probably need to execute php code and the recommended way is throught a plugin. i could also use the smartyBC.class to reallow {php} and {include_php} tags. If i get it working i will post back here.
  9. The page in question is in the admin. when you go to customers and then edit the customer. i believe is is called customer view. so the page i am looking at in the admin is: admin/themes/default/template/controllers/customers/helpers/view.tpl with i have tried in the tpl {$debug} {debug} {$smarty_debug} and these dont cause the console to pop up. {$smarty_debug} causes an error print_r($this->context->smarty) does nothing adding &SMARTY_DEBUG to the end of the url does nothing However if i put {debug} in /admin/themes/default/template/header.tpl and have either of the following turned on in performance Open console with URL parameter (SMARTY_DEBUG) Always open console the console pops up. It just seems you cant use the console method for sub .tpl files. Which is basically what i need to do. I want to read the variable that shows how much the customer has purchased in the past. I will also then use this method for looking at other things later. no quite there yet
  10. not used the method above. i will try editing one of the admin template files and see where i get. tar
  11. there are 2 circumstances when you should be automatically subscribed to a topic when you create a topic when you post to a topic definately when you create a topic. this would be nice. a lot of forums auto subscribe you when posting, but not all.
×
×
  • Create New...